home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 9 / 25.TXT < prev    next >
Text File  |  1993-09-29  |  3KB  |  61 lines

  1. DOCUMENT:Q103925  28-SEP-1993  [W_NT]
  2. TITLE   :Applications Use the MUP or the WNet API for Network Access
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. A Multiple UNC (uniform naming convention) Provider (MUP) is a network
  16. resource locator that runs in kernel-mode memory in Windows NT. The
  17. types of resources it locates are based on UNC. Applications use
  18. either UNC names or the WNet API to access resources on the network.
  19.  
  20. UNC names are a method of identifying share names on a network. A
  21. typical UNC name begins with two backslashes followed by a server
  22. name:
  23.  
  24.    \\server\share\subdirectory\filename
  25.  
  26. WNet is a part of the Win32 API set that allows applications running
  27. on Windows NT workstations to connect to multiple networks, browse
  28. resources, and transfer data between computers on other networks. File
  29. Manager is an example of how the WNet functionality is implemented to
  30. provide network browsing and connections to other computers.
  31.  
  32. The MUP is a program unlike TDI and NDIS boundary layers. The MUP
  33. receives commands containing UNC names from applications and sends the
  34. name to each registered UNC provider, LAN Manager workstation, and any
  35. others that are installed. When a provider identifies a UNC name as
  36. it's own, the MUP automatically redirects future instances of that
  37. name to that provider.
  38.  
  39. Registry information about the MUP is in the following path:
  40.  
  41.    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Mup
  42.  
  43. Additional reference words: 3.10 
  44. KBCategory:
  45. KBSubcategory: netsrv
  46.  
  47. =============================================================================
  48.  
  49. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  50. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  51. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  52. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  53. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  54. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  55. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  56. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  57. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  58. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  59. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  60.  
  61. Copyright Microsoft Corporation 1993.